[dbo].[BAEFieldSectionDelete]
SQLServer
>
iMIS1521GA
>
Stored Procedures
> dbo.BAEFieldSectionDelete
Properties
Parameters
SQL Script
Uses
Properties
Property
Value
ANSI Nulls On
Quoted Identifier On
Parameters
Name
Data Type
Max Length (Bytes)
@FieldSectionId
int
4
SQL Script
create
procedure
[dbo]
.
[BAEFieldSectionDelete]
@FieldSectionId
as
int
AS
DELETE
FROM
FieldSection
WHERE
FieldSectionId
=
@FieldSectionId
DELETE
FROM
FieldDesignSectionLookup
WHERE
FieldSectionId
=
@FieldSectionId
GO
Uses
[dbo].[FieldDesignSectionLookup]
[dbo].[FieldSection]
dbo